PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / PDFContentStream Constructor
The Object associated with the content stream.
In This Topic
    PDFContentStream Constructor
    In This Topic
    Initializes a new PDFContentStream Object.
    Syntax
    public PDFContentStream( 
       PDFCanvas canvas
    )

    Parameters

    canvas
    The Object associated with the content stream.
    Exceptions
    ExceptionDescription
    When canvas is null.
    See Also